runtime.moduledata.text (field)
10 uses
runtime (current package)
plugin.go#L38: if inRange(pmd.text, pmd.etext, md.text, md.etext) ||
plugin.go#L43: println("\tpmd.text-etext=", hex(pmd.text), "-", hex(pmd.etext))
plugin.go#L47: println("\tmd.text-etext=", hex(md.text), "-", hex(md.etext))
symtab.go#L415: text, etext uintptr
symtab.go#L698: res := md.text + off
symtab.go#L708: println("runtime: textAddr", hex(res), "out of range", hex(md.text), "-", hex(md.etext))
symtab.go#L727: off := pc - md.text
symtab.go#L935: x := uintptr(pcOff) + datap.text - datap.minpc // TODO: are datap.text and datap.minpc always equal?
symtab.go#L939: x = uintptr(pcOff)<<16 + datap.text - datap.minpc
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |